From f1a675f424ac06f0e8aecd77006f028070e0a48e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 27 Aug 2005 09:15:17 +0000 Subject: [PATCH] Don't build pcbios.c for xen/i386. No good can come of it. Signed-off-by: Keir Fraser --- linux-2.6-xen-sparse/arch/xen/i386/Kconfig | 12 ++++++------ linux-2.6-xen-sparse/arch/xen/i386/pci/Makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/i386/Kconfig b/linux-2.6-xen-sparse/arch/xen/i386/Kconfig index 5629afccc9..5a01546a50 100644 --- a/linux-2.6-xen-sparse/arch/xen/i386/Kconfig +++ b/linux-2.6-xen-sparse/arch/xen/i386/Kconfig @@ -807,8 +807,8 @@ choice direct access method and falls back to the BIOS if that doesn't work. If unsure, go with the default, which is "Any". -config PCI_GOBIOS - bool "BIOS" +#config PCI_GOBIOS +# bool "BIOS" config PCI_GOMMCONFIG bool "MMConfig" @@ -821,10 +821,10 @@ config PCI_GOANY endchoice -config PCI_BIOS - bool - depends on !X86_VISWS && PCI && (PCI_GOBIOS || PCI_GOANY) - default y +#config PCI_BIOS +# bool +# depends on !X86_VISWS && PCI && (PCI_GOBIOS || PCI_GOANY) +# default y config PCI_DIRECT bool diff --git a/linux-2.6-xen-sparse/arch/xen/i386/pci/Makefile b/linux-2.6-xen-sparse/arch/xen/i386/pci/Makefile index 898fbd428a..263411c635 100644 --- a/linux-2.6-xen-sparse/arch/xen/i386/pci/Makefile +++ b/linux-2.6-xen-sparse/arch/xen/i386/pci/Makefile @@ -4,7 +4,7 @@ CFLAGS += -Iarch/$(XENARCH)/pci c-obj-y := i386.o -c-obj-$(CONFIG_PCI_BIOS) += pcbios.o +#c-obj-$(CONFIG_PCI_BIOS) += pcbios.o c-obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o c-obj-$(CONFIG_PCI_DIRECT) += direct.o -- 2.30.2